STEP 5: Remember, we're making a game in which the player bounces the ball on his or her character's head.

  • Click into the code editor and change the sprite's image label from "person1" to "athlete2".
  • Make sure you don’t delete the quotes " " or parentheses ( ).
  • Click Run after you've made your changes. Then, click Submit and Next to move on.

To navigate the page using the TAB key, first press ESC to exit the code editor.

microbit = codesters.Microbit() microbit.show_string("hello") stage.set_background("soccerfield") sprite = codesters.Sprite("person1")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)